home *** CD-ROM | disk | FTP | other *** search
/ QuickTime VR Showcase / QuickTime VR Showcase.iso / 3rd Parties / Services / VRToolworks / others.Dxr / 00029_Get.ls < prev    next >
Encoding:
Text File  |  1996-12-06  |  195 b   |  13 lines

  1. on mouseUp
  2.   global gPanoFrame
  3.   CloseNavMovie()
  4.   if gPanoFrame <> EMPTY then
  5.     go(gPanoFrame)
  6.     set gPanoFrame to EMPTY
  7.   else
  8.     go("Pano")
  9.   end if
  10.   updateStage()
  11.   ShowPanoMovie()
  12. end
  13.